projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0840b25
)
quartz: we must provide a window on drag begin now
author
Kristian Rietveld
<kris@gtk.org>
Thu, 23 Dec 2010 12:20:24 +0000
(13:20 +0100)
committer
Kristian Rietveld
<kris@gtk.org>
Thu, 23 Dec 2010 13:17:42 +0000
(14:17 +0100)
gtk/gtkdnd-quartz.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdnd-quartz.c
b/gtk/gtkdnd-quartz.c
index dddb6631eaa4fc6b91bb819e18fb261bde1a7f79..d990029cd86cc27fc7e7a30b2b02e839536039c0 100644
(file)
--- a/
gtk/gtkdnd-quartz.c
+++ b/
gtk/gtkdnd-quartz.c
@@
-1109,7
+1109,7
@@
gtk_drag_begin_internal (GtkWidget *widget,
GdkDragContext *context;
NSWindow *nswindow;
- context = gdk_drag_begin (
NULL
, NULL);
+ context = gdk_drag_begin (
gtk_widget_get_window (widget)
, NULL);
info = gtk_drag_get_source_info (context, TRUE);